|
CallGraph
|
00001 /*************************************************************** 00002 * Name: static.h 00003 * Purpose: Header to create static variables. 00004 * Author: Vaclav Sprucek 00005 * Created: 2012-03-04 00006 * Copyright: Vaclav Sprucek 00007 * License: wxWidgets license (www.wxwidgets.org) 00008 * Notes: 00009 **************************************************************/ 00010 00011 #ifndef _STATIC_H__ 00012 #define _STATIC_H__ 00013 00014 #include <wx/string.h> 00015 #include <wx/filename.h> 00020 class stvariables 00021 { 00022 public: 00026 static wxString dotpngname; 00030 static wxString dottxtname; 00034 static wxString dotfilesdir; 00038 static wxString gmonfile; 00042 static wxString filetype; 00046 static wxString sd; 00050 static wxString sw; 00054 static wxString sq; 00058 static wxString gprofname; 00062 static wxString dotname; 00066 static void InicializeStatic(); 00067 00068 }; 00069 00070 #endif